gulp-rev-replace icon indicating copy to clipboard operation
gulp-rev-replace copied to clipboard

Can't replace URI-encoded file name including non-ascii characters

Open zacky1972 opened this issue 6 years ago • 1 comments

Now rev-replace can't replace URI-encoded file name including non-ascii characters such that: %e6%97%a5%e6%9c%ac%e8%aa%9e.jpg

zacky1972 avatar Dec 25 '17 12:12 zacky1972

Do you mean a situation where you have a file 日本語.jpg and a uri-encoded reference to it in your html like %e6%97%a5%e6%9c%ac%e8%aa%9e.jpg? Because in that case you could use the modifyUnreved/Reved functions. In what sense is the problem specific to non-ascii characters?

TheDancingCode avatar Jul 02 '18 07:07 TheDancingCode