Hi, Kevin, Jesper, *
Sorry, I couldn't catch this discussion, just short comment.
Basically Japanese characters can be expressed double-byte as
Chinese, and some of Japanese characters use 4 bytes (called
"Surrogate Pair"), not a two byte, such as "𠀋" (U+2000B).
I know it's trivial example:
A1 = "𠀋𠀋"
B1 = MIDB(A1,1,1) returns ""
B1 = MIDB(A1,1,2) returns "(*)"
B1 = MIDB(A1,1,3) returns "(*)"
B1 = MIDB(A1,1,4) returns "𠀋"
B1 = MIDB(A1,1,5) returns "𠀋(*)"
B1 = MIDB(A1,1,6) returns "𠀋(*)"
B1 = MIDB(A1,1,7) returns "𠀋(*)"
B1 = MIDB(A1,1,8) returns "𠀋𠀋"
(*) is a special character means that font has no glyph in that codepoint.
I wonder if HELP should describe such a detail, though.
Regards,
--
Naruhiko Ogasawara (naruoga@gmail.com)
--
To unsubscribe e-mail to: l10n+unsubscribe@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.