You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible for autocorrect to configurate to add others characters or HTML tag/element instead of adding spaces automatically?
I found that in epub's HTML document, simply adding spaces around English words and numbers may not be the most optimal way to handle it. And I found this in the W3C's draft "Requirements for Chinese Text Layout":
In principle, there is tracking or spacing between an adjacent Han character and a Western character of up to 1/4 em, except at the line start or end.
So in terms of epub, the solution I'm thinking of is adding an HTML tag/element around the English or numbers when mixing English words/numbers and Chinese characters, and then add that spacing using CSS. For example:
Adding HTML element around numbers (or English words/characters):
I've found autocorrect to be great for dealing with English and Chinese typesetting in the web or document world, but simply adding spaces may not be enough when dealing with epub documents that need to be imported into some ebook readers such as the Kindle for reading. So I would like to know if it is possible for the user to configure it to automatically add HTML tag around English words and numbers instead of just spaces. Thanks! 🌟
The text was updated successfully, but these errors were encountered:
Is it possible for autocorrect to configurate to add others characters or HTML tag/element instead of adding spaces automatically?
I found that in epub's HTML document, simply adding spaces around English words and numbers may not be the most optimal way to handle it. And I found this in the W3C's draft "Requirements for Chinese Text Layout":
So in terms of epub, the solution I'm thinking of is adding an HTML tag/element around the English or numbers when mixing English words/numbers and Chinese characters, and then add that spacing using CSS. For example:
I've found autocorrect to be great for dealing with English and Chinese typesetting in the web or document world, but simply adding spaces may not be enough when dealing with epub documents that need to be imported into some ebook readers such as the Kindle for reading. So I would like to know if it is possible for the user to configure it to automatically add HTML tag around English words and numbers instead of just spaces. Thanks! 🌟
The text was updated successfully, but these errors were encountered: