I'm struggling to figure out a reasonable solution to this. I need to replace the following characters: ?123?????? using a regex replace. I would think that you would just do this:
item = item.replace(/[?123??????]/g, '');
However, when I try to do that, notepad++ converts symbols 5-9 into regular script numbers. I realize this probably relates to the encoding format I am using, which I see is set to ANSI.
I've never really understood the difference between the various encoding formats. But I'm wondering if there is any easy fix for this issue?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…