javascript - Converting custom encoding to ascii -
i have string in following form \u0000n \u0000u...... when try display in browser shows nothing (empty string). found reason using http://r12a.github.io/apps/conversion/ shows \u0000n gets converted \0n null character encountered before end of actual string.
my question still want print string without null character there workaround or should trim 0's after \u character.
Comments
Post a Comment