Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » CHARSET: EE8ISO8859P2 is in u++?
CHARSET: EE8ISO8859P2 is in u++? [message #26782] Thu, 27 May 2010 13:11 Go to next message
tojocky is currently offline  tojocky
Messages: 607
Registered: April 2008
Location: UK
Contributor

Hello all,

I need to convert charsset from EE8ISO8859P2 to Unicode.

I tried to convert from CHARSET_ISO8859_2 but it is not what I need.
Here is a screenshot. in red is the correct text.
index.php?t=getfile&id=2561&private=0

The default charset is UT8 (255).

For conversion I used:
			String v_last_name(curr_st[SqlId("LAST_NAME")]);
			WString v_last_name_w(ToUnicode(v_last_name, CHARSET_ISO8859_2));


Can anibody to help me?
  • Attachment: charset.PNG
    (Size: 25.39KB, Downloaded 649 times)
Re: CHARSET: EE8ISO8859P2 is in u++? [message #26785 is a reply to message #26782] Thu, 27 May 2010 14:20 Go to previous messageGo to next message
tojocky is currently offline  tojocky
Messages: 607
Registered: April 2008
Location: UK
Contributor

tojocky wrote on Thu, 27 May 2010 14:11

Hello all,

I need to convert charsset from EE8ISO8859P2 to Unicode.

I tried to convert from CHARSET_ISO8859_2 but it is not what I need.
Here is a screenshot. in red is the correct text.
index.php?t=getfile&id=2561&private=0

The default charset is UT8 (255).

For conversion I used:
			String v_last_name(curr_st[SqlId("LAST_NAME")]);
			WString v_last_name_w(ToUnicode(v_last_name, CHARSET_ISO8859_2));


Can anibody to help me?


I found this interesting conversion to unicode!
Re: CHARSET: EE8ISO8859P2 is in u++? [message #26792 is a reply to message #26785] Fri, 28 May 2010 13:47 Go to previous message
tojocky is currently offline  tojocky
Messages: 607
Registered: April 2008
Location: UK
Contributor

tojocky wrote on Thu, 27 May 2010 15:20



I found this interesting conversion to unicode!



I resolved the problems! it was NLS_LANG to Oracle client. I have not instaled Oracle client. for this I need to set charset default.

[Updated on: Fri, 28 May 2010 19:17]

Report message to a moderator

Previous Topic: Value<int64> and Value<int> mess
Next Topic: Problem in Value.cpp with bool
Goto Forum:
  


Current Time: Fri May 03 21:05:13 CEST 2024

Total time taken to generate the page: 0.01543 seconds