Making a thai website and need help with the folder name

Hi,

I’m currently building a Thai website in RapidWeaver Elements and I have a question about folder/page URLs.

For example, I have a page where the folder name is:

ขอบคุณ

However, the URL is displayed as something like:

%E0%B8%82%E0%B8%AD%E0%B8%9A%E0%B8%84%E0%B8%B8%E0%B8%93/

The page encoding is set to Unicode (UTF-8).

Is this expected behaviour in Elements, or is there a setting that allows Thai characters to remain readable in the URL?

Ideally I would like the URL to appear as:

/ขอบคุณ/

rather than the percent-encoded version.

Is this related to the Unicode/UTF-8 setting, or would you recommend using English/Latin folder names for Thai websites?

Thanks!

Hi @Lukas

That’s expected — non-ASCII characters in a folder name get percent-encoded in the URL. The Unicode (UTF-8) page encoding setting is for the page content, not how the path is written.

Most browsers still show the readable Thai form in the address bar even when the underlying URL is encoded. There’s no setting in Elements to change that.

If you’d rather have a simpler path for sharing and hosting, I’d recommend a Latin/English folder name (and keep Thai for the page title).

Cheers