為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

No overflow-wrap: break-word; support for the Tibetan font, Microsoft Himalaya.

  • 2 回覆
  • 1 有這個問題
  • 14 次檢視
  • 最近回覆由 Garflips

more options

Firefox does not support overflow-wrap: break-word; for Microsoft Himalaya. Chrome & Safari wrap the font properly. It's a unicode problem and has to do with including the proper unicode for the Tibetan syllable division symbol in the library of word break parameters. Go to any website in Tibetan on the Firefox browser and you will see sentences running off the page or creating horizontally scrolling pages. The same website will display fine on Chrome and Safari. If anyone knows of a workaround, let me know. I've tried all the usual suspects. Tibetan uses [U+0F0B TIBETAN MARK INTERSYLLABIC TSHEG] (pronounced tsek) to signal the end of a syllable. This was discussed on Bugzilla - Bug 397597 - and was marked resolved and fixed but it most definitely was not. It was put aside.

Firefox does not support overflow-wrap: break-word; for Microsoft Himalaya. Chrome & Safari wrap the font properly. It's a unicode problem and has to do with including the proper unicode for the Tibetan syllable division symbol in the library of word break parameters. Go to any website in Tibetan on the Firefox browser and you will see sentences running off the page or creating horizontally scrolling pages. The same website will display fine on Chrome and Safari. If anyone knows of a workaround, let me know. I've tried all the usual suspects. Tibetan uses [U+0F0B TIBETAN MARK INTERSYLLABIC TSHEG] (pronounced tsek) to signal the end of a syllable. This was discussed on Bugzilla - Bug 397597 - and was marked resolved and fixed but it most definitely was not. It was put aside.

所有回覆 (2)

more options

In current Firefox releases the code would be in this file, but I don't know what to look for.

more options

cor-el said

In current Firefox releases the code would be in this file, but I don't know what to look for.

Thanks for the info. That's a bit over my pay grade. I just dabble in PHP and jQuery. :) There is probably a way to use RegEx to add no-width unicode whitespace after the Tibetan syllable delimiter tsek character, U+0F0B, but I don't want to screw up or slow down my Tibetan websites for Chrome and Safari which are actually the more common browsers used by my clients.