doushan5222 2013-05-13 08:14
浏览 46
已采纳

使用html格式在ISO-8859-1环境中发送波兰字符

I have the following problem:

I have a webpage with a ISO-8859-1 charset.

Inside this page i have a form with the argument

accept-charset="UTF-8"

The form will be send with the post method

Now i want to submit polish letters mixed with latin letters

test ł,ą,ę,ś,ć,ż,ź,ó test

And want to display the result with PHP.

I tried several combinations of mb_convert_encoding, utf8_encode / utf8_decode, iconv and everything else. But the display is not right.

I just want to say to the browser: the page charset is iso-8859-1 but this small area is UTF-8

  • 写回答

1条回答 默认 最新

  • dsc862009 2013-05-13 08:28
    关注

    You cannot do anything with character encoding conversion here. Polish characters simply cannot be encoded in ISO-8859-1, full stop. If you do not want to change the encoding of your website to an encoding which can encode Polish and other characters (such as ISO-8859-2, UTF-8 or similar), all you can do is to represent these characters as HTML entities:

    echo htmlentities($utf8Text, ENT_NOQUOTES, 'UTF-8');
    

    You cannot make part of the page be encoded in a different encoding.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 fluent的在模拟压强时使用希望得到一些建议
  • ¥15 STM32驱动继电器
  • ¥15 Windows server update services
  • ¥15 关于#c语言#的问题:我现在在做一个墨水屏设计,2.9英寸的小屏怎么换4.2英寸大屏
  • ¥15 模糊pid与pid仿真结果几乎一样
  • ¥15 java的GUI的运用
  • ¥15 Web.config连不上数据库
  • ¥15 我想付费需要AKM公司DSP开发资料及相关开发。
  • ¥15 怎么配置广告联盟瀑布流
  • ¥15 Rstudio 保存代码闪退