minchenkov / node-html-encoder

NodeJS wrapper for JavaScript HTML Encoder library http://www.strictly-software.com/htmlencode
23 stars 4 forks source link

ø charater is uppercased after encoding #4

Open torvalde opened 9 years ago

torvalde commented 9 years ago

it should be like this:

Ø -> Ø ø -> ø

this works in:

http://www.strictly-software.com/htmlencode

fix ready for merge:

https://github.com/minchenkov/node-html-encoder/pull/5

everystone commented 6 years ago

I spent way to long time tracking down this issue, well I guess that's what happens when the codebase uses old un-maintained npm packages like this one..