Home » U++ Library support » U++ Libraries and TheIDE: i18n, Unicode and Internationalization » Language msMY that I want to add to .t file is missing (Language msMY does not show up as a selection for adding to .t file)
Language msMY that I want to add to .t file is missing [message #46888] |
Tue, 06 September 2016 21:18  |
jlfranks
Messages: 57 Registered: May 2007 Location: Houston, TX, USA
|
Member |
|
|
I am required to add msMY as a language to our application.
TheIDE does not have that language selection.
How can I add this language?
We are running on Linux Mint with upp-x11-src-9604 snapshot.
-- Jeff
|
|
|
Re: Language msMY that I want to add to .t file is missing [message #46908 is a reply to message #46888] |
Fri, 09 September 2016 14:54  |
jfranks
Messages: 36 Registered: September 2014 Location: Houston, Texas
|
Member |
|
|
Actually, the language was not missing from the selector -- my error.
However, once msMY was selected, there was a compilation error.
It turns out that Core/t.h file is missing that entry.
I fixed my local copy by adding the following line:
#define msMY(text) { LNGC_('M','S','M','Y', CHARSET_UTF8), text },
This resolved the msMY issue for me.
Please verify and add to U++ source.
-- Jeff
|
|
|
Goto Forum:
Current Time: Fri Apr 25 12:30:47 CEST 2025
Total time taken to generate the page: 0.01066 seconds
|