http://bugs.winehq.com/show_bug.cgi?id=1459
Summary: Developer Documentation - 5.1. Adding New Languages stage 2 Product: Wine Version: CVS Platform: All URL: http://www.winehq.org/Docs/wine-devel/i18n.shtml OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-documentation AssignedTo: wine-bugs@winehq.com ReportedBy: hatky@users.sf.net
Developer Documentation - 5.1. Adding New Languages stage 2 :
Look in ole/ole2nls.c if your language is already incorporated in the static const struct NLS_langlocale. If not: find the appropriate entries in include/winnls.h and add them to the list.
ole/ole2nls.c does not include a stract named NLS_langlocale it includes only 3 stracts : static const unsigned char LCM_Unicode_LUT[] static const unsigned char LCM_Unicode_LUT_2[] static const unsigned char LCM_Diacritic_LUT[]
so what sould it be? (I guess it was one of conversions to unicode and did not update the documentation...)
(checked on the url above)
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=1459. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.