Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

208
Visualizações
How to stop converting Viram '।' symbol into code on blogger post?

I want to convert "." into "।" that is a Hindi full stop Symbol or Character

I am using the bellow script to convert "." into "।" which is the Hindi Stop symbol. I am using this code in a blogger post, This code gives me code like below

।

The code thrown on blogger Platform by this Following Script

When I am using Pipe | in place of ।, it works perfectly and there is no error. But Pipe "|" is not the right symbol for a full stop in Hindi.

Kindly Suggest converting "." into "।" for a blogger like similar code

Please Correct me If I am wrong. I Love Blogger but I don't have much knowledge of JavaScript and Jquery.

I have used some bellow code but it did not work

$('textarea').on("keyup", function(e) {
  var val = $(this).val();
  var str = val.replace('.', '।');
  $(this).val(str);
});
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<textarea></textarea>

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

Please try a page with JUST this

<!doctype html>
<html dir='ltr' lang='en-GB'>

<head>
  <meta charset="UTF-8">
  <title>test page</title>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  <script>
    $(function() {
      $('textarea').on("keyup", function(e) {
        var val = $(this).val();
        var str = val.replace('.', '।');
        $(this).val(str);
      });
    });
  </script>
</head>

<body>
  <textarea></textarea>
</body>

</html>

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda