Replies: 2 comments 1 reply
-
This would be fine, but also a breaking change, so would need to go out in a V6. I'd probably suggest we could add this in a v5.2, and obsolete the old way, to give people a heads up to move to the newer way. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Tracked now in #157 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that it is possible to use single class to support Non Ascii Languages without a separate class.
We can add a boolean property to SlugHelperConfiguration to support NonAsciiLanguages. Than a simple if statement will be enough to call
UnicodeDecoder.UniDecode(inputString)
method.What do you think?
Beta Was this translation helpful? Give feedback.
All reactions