Hello,
does the Forem supports usage of characters from different languages than English? For an example č, ř etc… Czech or Hnugarian language ?
Thanks for your response.
Hello,
does the Forem supports usage of characters from different languages than English? For an example č, ř etc… Czech or Hnugarian language ?
Thanks for your response.
For further actions, you may consider blocking this person and/or reporting abuse
Josie Sejal -
Kiruthika_1669 -
Josie Sejal -
GwenJasmine -
Once suspended, mastermindlegion will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, mastermindlegion will be able to comment and publish posts again.
Once unpublished, all posts by mastermindlegion will become hidden and only accessible to themselves.
If mastermindlegion is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to MasterMindLegion.
They can still re-publish the post if they are not suspended.
Thanks for keeping Forem Creators and Builders 🌱 safe. Here is what you can do to flag mastermindlegion:
Unflagging mastermindlegion will restore default visibility to their posts.
Top comments (1)
@mastermindlegion - in most cases yes, you should be able to edit and author content in unicode/utf-8, and any character set supported by that.
Forem and DEV did start from an "English-first" position, and are growing toward better handling other languages, but if you're trying to use Forem and it's not possible because your input (comments, posts, profile fields, tags) are mangled or rejected, please let us know. If it's not an obvious bug it's usually an easy adjustment to improve the situation for everyone.
Those are a different type of language support from other ongoing i18n improvements (for example, the "Create Post" button is only available in English and French, we don't have localizations for other languages). We've relaxed most of the identified instances where non-English language content, or non-Latin script, would cause the software to reject input, but we definitely could have missed something.
When making urls we will either remove accents/marks from characters (č -> c, í -> i), or replacing the character with a "close sounding" latin script equivalent (for Cyrillic, or Asian scripts like Japanese or Hindi, where something like ча would be written "cha" in the url string, but show as ча in the title or post body on the page).
dev.to/vsversus/kvalitni-software-... or dev.to/iviireczech/evoluce-tvorby-... for example are Czech posts, and should look appropriate.
ux.pub/editorial/ofitsialnaia-pozi... is an example of a site that's added its own localization (so the sign in and log in buttons for example are no longer in English), currently that requires some code modifications or additions.