Hi,
I have this weird problem.
I am on Office 2010 on Win7 ultimate (Japanese version but set to English) if that is of any use.
In a document, when I use ALT+X to display the Unicode code of a character, it displays the right code but the search/replace function of word matches with different codes.
I am trying to do a search for a character which is displayed as blank (it's not the space displayed as a dot), and since copy/paste into the find box wasn't working, I tried to find by using the unicode code, hence the ALT+X. It tells me 2028, which seems
to be a line separator. This is very possible since these characters are from a UTF8 text file and indeed could be a line separator.
Anyway, when looking up for ^u2028, I get zero results. I tried with other character and for the small letter a, ALT+X says correctly that it is 0061, but again, if I search for ^u0061, I get zero match. Instead, the search function finds the small a when
I type ^u0065, which is the unicode code for e.
So basically, the text is properly encoded and alt+x displays the code properly, however my search function is off. Any idea of what the problem is?
EDIT: Hi all. Thanks for the replies. It's definitely a problem related to the search function. I tried again today ^u0065 to see if it incorrectly finds again the small a (u0061) instead and didn't even find it! I realized that the find parameters were
different. The default option is "Sounds like (Japanese) and it finds nothing when this is turned on. However, if I untick this option, then it is back at finding the character with the wrong code.
The suggested solutions (5 digit unicode code, and searching with the Html code) do not work.