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
Hello.
I've deployed piggydb with tomcat 8.5.3 on alpine linux 3.9. Everything is fine but some problem on search text form. When I input unicode characters in search form, in post result pages the keyword was replaced by question marks.
Followed many instructions I've add utf-8 encoding support in tomcat conf files, server.xml and web.xml, as bellow.
But with no luck, when I input unicode characters in search form, the result page still got question mark which should be the unicode characters.
Could anyone help me, please?
The text was updated successfully, but these errors were encountered:
Hello.
I've deployed piggydb with tomcat 8.5.3 on alpine linux 3.9. Everything is fine but some problem on search text form. When I input unicode characters in search form, in post result pages the keyword was replaced by question marks.
Followed many instructions I've add utf-8 encoding support in tomcat conf files, server.xml and web.xml, as bellow.
server.xml:
"<connector ..... URIEncoding="UTF-8" .... >"
web.xml
uncomment " setCharacterEncodingFilter ... " section and
"setCharacterEncodingFilter ... " section.
But with no luck, when I input unicode characters in search form, the result page still got question mark which should be the unicode characters.
Could anyone help me, please?
The text was updated successfully, but these errors were encountered: