To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52837
Issue #:|52837
Summary:|Missing Lao defaultnumberingproivder and lao alphabet
|table
Component:|l10n
Version:|OOo 2.0
Platform:|All
URL:|
OS/Version:|All
Status:|UNCONFIRMED
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|PATCH
Priority:|P3
Subcomponent:|code
Assigned to:|ft
Reported by:|xangdao
------- Additional comments from [EMAIL PROTECTED] Wed Aug 3 08:35:10 -0700
2005 -------
Please add the followings:
1) In file
'i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx'
please include an entry of the type:
'case CHARS_LAO:
lcl_formatChars(table_Alphabet_lo, sizeof(table_Alphabet_lo) /
sizeof(sal_Unicode), number - 1, result);
break;
'
in DefaultNumberingProvider::makeNumberingString and then include a line of the
type:
{style::NumberingType::CHARS_LAO, NULL, LANG_CTL},
in the correct position in static const Supported_NumberingType
aSupportedTypes[]
2)The Lao Unicode character table is defined for permitted characters
(table_Alphabet_lo) in file 'i18npool/inc/bullet.h' with a Lao block as included
below:
'
static sal_Unicode table_Alphabet_lo[] = {
0x0E81, 0x0E82, 0x0E84, 0x0E87, 0x0E88, 0x0E8A, 0x0E8D, 0x0E94,
0x0E95, 0x0E95, 0x0E96, 0x0E97, 0x0E99, 0x0E9A, 0x0E9B, 0x0E9C,
0x0E9D, 0x0E9E, 0x0E9F, 0x0EA1, 0x0EA2, 0x0EA3, 0x0EA5, 0x0EA7,
0x0EAA, 0x0EAB, 0x0EAD, 0x0EAE, 0x0EAF, 0x0EAE, 0x0EDC, 0x0EDD
}; '
Thanks,
Anousak
---------------------------------------------------------------------
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]