Hi Nicolas, The OS locale is set as:
diego@hilda:~$ locale LANG=pt_BR.UTF-8 LANGUAGE= LC_CTYPE="pt_BR.UTF-8" LC_NUMERIC="pt_BR.UTF-8" LC_TIME="pt_BR.UTF-8" LC_COLLATE="pt_BR.UTF-8" LC_MONETARY="pt_BR.UTF-8" LC_MESSAGES="pt_BR.UTF-8" LC_PAPER="pt_BR.UTF-8" LC_NAME="pt_BR.UTF-8" LC_ADDRESS="pt_BR.UTF-8" LC_TELEPHONE="pt_BR.UTF-8" LC_MEASUREMENT="pt_BR.UTF-8" LC_IDENTIFICATION="pt_BR.UTF-8" LC_ALL= and my start.properties contains the following line: # -- The locale for this OFBiz instance. Default is en ofbiz.locale.default=pt_BR Em sex., 21 de mar. de 2025 às 11:06, Nicolas Malin < [email protected]> escreveu: > Hello Diego. > > Did you already check the locale define on the server, you have UTF-8 > present for pt ? > > Nicolas > > > Le 21/03/2025 à 14:17, Diego a écrit : > > Hello folks, > > > > Since yesterday we have been using Ofbiz 18.12.13 without any issues with > > pt_BR language. Yesterday we did an upgrade to Ofbiz 18.12.18 and some > > characters like "ã", "é" are not being handled properly. > > > > For instance, if we try to search for a product that contains "Ã", it > turns > > into "ã" in the search. > > > > Another example, one of our colleagues has a login like "simão" and we > > needed to create another login because the system wasn't recognizing the > > login anymore because it got changed to "simã£o" after we clicked the > login > > button. > > > > I'm not sure if this is related to the version itself or some > missing/wrong > > configuration. > > > > Anyone with the same issue? > > > > Thank you > > > -- Diego Domingos
