Loading sentences and show on dataframe shiny R (PT/BR)

Guys, I'm having a problem displaying a sentence in a datatable in Portuguese Brazil.
When I send dbGetQuery() it returns replacing special characters with "?".

Example:
in the oracle database it is like this:
"Não tenho cartão de credito"

when I will display in the datatable:
"N?o tenho cart?o de credito"

I solve this setting this ENV VAR on my dockerfile

ENV NLS_LANG="AMERICAN_AMERICA.AL32UTF8"

I was using ROracle database for Portuguese sentences.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.