cancel
Showing results for 
Search instead for 
Did you mean: 

Special Character being replaced by Question Marks in Java Mapping

Former Member
0 Kudos

Hi All,

I need some help on Java Mapping related to special characters.

The problem is that i'm using a Java Mapping to add some information to the XML inside the Interface Mapping. This works fine on our development environment but, in our production environment, it replaces the special character with question marks (eg.: á --> ??).

I'm suspecting of some configuration on the Java Virtual Machine that sets the encoding, but i don't have access to it. Does anyone have any clues about this problem?

Thanks a lot,

Leonardo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Leonardo

Have a look at this forum thread, this might help you to solve your problem.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi all,

I did solve the problem by changing the parameter file.encoding from the JVM in our productive server. I`ve found some tips in SAP Note 821267 (question 20).

Regards,

Leonardo