rainerc / cr-data-manager

Automatically exported from code.google.com/p/cr-data-manager
1 stars 0 forks source link

take care of further obscure issue numbers #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Samael @ CR forum wrote:

Alright is is what I'm going to catch. Am I missing anything?
Unicode 1/2, 1/4, 3/4 will convert to 0.5, 0.25, 0.75, respectively
Unicode infinity symbol will be displayed as a really big number, 9.99999999E8 
(999999999).
If it starts with 'I', 'X', 'C', 'D', 'M', I assume it's a roman numeral and 
convert it accordingly.
The characters 'hyphen', 'comma', 'colon' and 'space' are all converted to a 
period, though I may change this slightly. i.e. 1:0 => 1.0, 100-5 => 100.5
Numbers with a letter suffix will be converted as follows. 13a = 13.01, 13b = 
13.02, ...13z = 13.26 where the number after the decimal point is the index of 
the given letter.

Original issue reported on code.google.com by rainer.c...@googlemail.com on 16 Apr 2013 at 8:41