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
In java MetaStringEncoder, we can pass special char1/2 likenew MetaStringEncoder('$', '_'), then the encoding and decoding will encode such chars specially:
Feature Request
In java MetaStringEncoder, we can pass special char1/2 like
new MetaStringEncoder('$', '_')
, then the encoding and decoding will encode such chars specially:Currently those chars are hard coded in python:
We should support pass those chars in python
Is your feature request related to a problem? Please describe
No response
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: