Simply-Static / simply-static

Convert your WordPress site into a static one with the free WordPress static site generator plugin, Simply Static.
https://simplystatic.com
GNU General Public License v2.0
200 stars 49 forks source link

Image file name not encoded properly when exporting #277

Open pleatio opened 1 week ago

pleatio commented 1 week ago

If the file name of image(on \wp-content\uploads... folder) includes characters that are not English, number(0-9) or speical symbol(!@#$...), thay are not encoded properly when exporting.

[example]

A : English, number(0-9), or speical symbol(!@#$...) characters B : characters that are not English, number(0~9) or speical symbol(!@#$...)

case 1. Only English (A encoded properly)

case 2. Only not English Language (B encoded not properly)

case 3. English + not English Language (A encoded properly and only B encoded not properly)

Best regards,

pleatio commented 1 week ago

Sorry, my apologies. I pressed the wrong button.