U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Libraries and TheIDE: i18n, Unicode and Internationalization » Fixed some Dutch translations
Re: Fixed some Dutch translations [message #40572 is a reply to message #38268] Sat, 17 August 2013 00:04 Go to previous messageGo to previous message
wimpie is currently offline  wimpie
Messages: 46
Registered: March 2013
Location: holland
Member
Well it seems indeed an encoding issue.

it seems, t_() returns a valid translated string in current encoding (codepage) but after that it still gets treated as UTF-8 which is wrong.

when I changed this in UWord:
//SetDefaultCharset(CHARSET_UTF8);
SetDefaultCharset(GetLNGCharset(GetCurrentLanguage()));

(with SetLanguage(GetSystemLNG()) still applied)

everything is normal again.

I don't know if this is the intended behaviour.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: theide comments Spellchecking in Russian under linux
Next Topic: Hungarian translation
Goto Forum:
  


Current Time: Wed Apr 29 08:48:34 GMT+2 2026

Total time taken to generate the page: 0.00648 seconds