开发者

Is it possible to use big5 character set in Drupal?

开发者 https://www.devze.com 2022-12-29 00:30 出处:网络
A potential client of ours wants to use the big5 character encoding on their new website. Is it possible to use the Drupal CMS to make a site in big5?

A potential client of ours wants to use the big5 character encoding on their new website.

Is it possible to use the Drupal CMS to make a site in big5?

Its possible this questions does not make sense because I don't find many google results with big5 drupal as a keyword...

Pleas开发者_StackOverflow中文版e help!


I would say it is not possible. Not without hacking core and its database-layer, filtering-layer and form-layer.

Drupal passes all strings around in UTF-8. Big-5 is "included" in UTF-8, meaning: all characters in Big-5 can be found in UTF-8 (and many more).

0

精彩评论

暂无评论...
验证码 换一张
取 消