Incorrect highlighting of text in AUTO_LEXER
RDBMS Version: 11.1.0.7.0
Operating System and Version : Linux x86_64 Windows 2003
Error Number (if applicable) :
Product (i.e. SQL*Loader, Import, etc.) : Oracle Text
Product Version : 11.1.0.7.0
Does not work highlighting the text in the package ctx_doc, procedures snippet, highlight, markup.
The reason is that a wrong is determined by length of Russian letters in the encoding windows-1251 codes are chr (201) and chr (168). Oracle believes that the length of these 2 letters, while in reality their length 1.
Here's an example. Due to the fact that the conference is only letters, all the Russian letters replace their Latin counterparts. Issues symbol
chr (201) will be replaced in the text on the J.
Operating System and Version : Linux x86_64 Windows 2003
Error Number (if applicable) :
Product (i.e. SQL*Loader, Import, etc.) : Oracle Text
Product Version : 11.1.0.7.0
Does not work highlighting the text in the package ctx_doc, procedures snippet, highlight, markup.
The reason is that a wrong is determined by length of Russian letters in the encoding windows-1251 codes are chr (201) and chr (168). Oracle believes that the length of these 2 letters, while in reality their length 1.
Here's an example. Due to the fact that the conference is only letters, all the Russian letters replace their Latin counterparts. Issues symbol
chr (201) will be replaced in the text on the J.
0