AaronNGray / jsdoc-toolkit

Automatically exported from code.google.com/p/jsdoc-toolkit
0 stars 0 forks source link

Unicode and non-latin characters issue #298

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add either π or unicode representation either in HTML or \u format and on 
output it is doubled.
2. example
        /**
        @memberOf Math.geometry
        @name π
        @description the circumference of a circle of diameter 1 ≈ 3.141592653589793 {π = C/d}
        */

3.

What is the expected output? What do you see instead?
Math.geometry.π  <-- Expected
Math.geometry.ππ <-- Actual

Please use labels and text to provide additional information.

Original issue reported on code.google.com by abyss...@gmail.com on 18 Aug 2010 at 5:05

GoogleCodeExporter commented 9 years ago

Original comment by abyss...@gmail.com on 18 Aug 2010 at 5:06