To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71398
Issue #|71398
Summary|sal/osl/unx/nlsupport.c: docu for Solaris _nl_language
|_list
Component|porting
Version|current
Platform|All
URL|
OS/Version|Solaris
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|ENHANCEMENT
Priority|P3
Subcomponent|code
Assigned to|sb
Reported by|sb
------- Additional comments from [EMAIL PROTECTED] Fri Nov 10 00:15:52 -0800
2006 -------
I learned off-line from Peter Nugent that a script like
#!/bin/bash
for locale in `locale -a`
do
export LC_ALL=$locale
str=`locale -k code_set_name`
echo $locale : $str
done
probably is the best way to determine all the values for the #ifdef SOLARIS
_nl_language_list (where they are compared case insensitive) at
sal/osl/unx/nlsupport.c:1.31 l. 267--297. (And the current list indeed contains
all the values that I could produce with the script on some Solaris Nevada 51
box.) That script should be added as a comment directly into the code.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]