Luke Frisken
Luke Frisken
> > I spent a few days studying rust macros, and I have some specific questions: > > The rust macro system is arcane magic, don't worry if it makes...
Hi, sorry for the slow reply! At the moment I don't think this behaviour is supported. I'm curious are you using any localization management tools, and if so do they...
thanks for the issue report, I'll look into it soon
@ancwrd1 Sounds like it could be an issue with our upstream dependency https://github.com/rust-locale/locale_config/ I don't have a Mac to test this properly, would you be happy to try that library...
Considering that dependency looks close to abandoned I'd consider forking it or bringing it into this project, or finding some alternative.
@ancwrd1 Would it be possible for you to show the output of your `LC_CTYPE` variable?
@ancwrd1 Thanks! Iteresting ohhh it's literally `UTF-8` :laughing: for some reason I assumed that it was some UTF-8 string that wasn't able to be parsed by the `locale_config` library. Makes...
`locale_config` appears to be fairly abandoned, if someone knows of a good alternative I'm definitely open to replacing it
@qarmin sorry for the slow reply! Could it be related to the difference in behaviour between Debug and Release builds for `rust-embed`? As per the [documentation](https://github.com/pyros2097/rust-embed#documentation): > + In debug...
Thanks for this idea! With regards to #59 how would you compare this proposal to wip PR https://github.com/kellpossible/cargo-i18n/pull/62 ? The gettext language loader uses the https://docs.rs/tr/latest/tr/ library under the hood,...