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

ruby - re-try logic in a simple loop -

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

Laravel Bind Multiple Class to One Contract in The Service Provider -