1 Reply Latest reply on Dec 24, 2008 4:41 PM by veli

    Turkish Character Problem in Properties Files

      Hi,
      i try to use properties files for Localization. But i have problem some Turkish charecter.
      Situation:
      - my properties file is UTF-8
      - my jsp file is like this (it's a summary)
      personal_opt=Kişisel Ayarlar

      <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

      <f:view>
      <f:loadBundle var="msg" basename="net.lms.messages.adminMessages" />
      <h:outputText value="#{msg.personal_opt}"/>
      </f:view>

      but i have some character (Ş,ş,ı,İ etc.) How can i solve this problem.

      Thanks.