summaryrefslogtreecommitdiff
path: root/include/rtl/character.hxx
AgeCommit message (Expand)Author
2019-06-12Move isIVSSelector, isCJKIVSCharacter to i18nutil/unicode.hxxStephan Bergmann
2019-06-12the variable names are not code,but nCodeTomoyuki Kubota
2019-05-30tdf#125497 allow backspace to remove CJK IVS.Mark Hung
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
2017-09-19sal: fix numerous doxygen warningsMichael Stahl
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann
2016-10-07New rtl::splitSurrogates, remove code duplicationStephan Bergmann
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann
2016-02-13tdf#81129 Support reading non-BMP characters in HTML documents.Mark Hung
2015-06-23Avoid conversion warnings in rtl::get[High|Low]SurrogateMatteo Casalin
2015-04-20Clean up new rtl/surrogates.hStephan Bergmann
2015-04-10Update @since tags LO 4.5 -> 5.0Stephan Bergmann
2015-02-09Basic : Partially rewrite hex and octal constant reading.Arnaud Versini
2013-11-09fdo#65108 inter-module includes <> include/rtlNorbert Thiebaud
2013-09-30Clean up rtl/character.hxxStephan Bergmann
2013-09-30Introduce ASCII case conversion and use more/rtl/character.hxx.Arnaud Versini
2013-08-19Introduce rtl::compareIgnoreCase and deprecate rtl/character.hxx equivalents.Arnaud Versini
2013-04-24move URE headers to include/David Tardon