https://bugs.documentfoundation.org/show_bug.cgi?id=145384
--- Comment #12 from Dave McKellar <[email protected]> --- Good question! At that point cChar is binary zero for 'A' and binary 25 for 'Z'. Adding 52 to that gets nonsense ASCII: 'A' becomes '4' and 'Z' becomes 'M'. So its probably not an ASCII conversion. (The difference between 'A' and 'a' is 32 - sort of like 52.) I guess its making it into the range that the caller of that function expects. Why?, not sure. -- You are receiving this mail because: You are the assignee for the bug.
