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

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -