heeyeonwiz / pbscc-proxy

Automatically exported from code.google.com/p/pbscc-proxy
0 stars 0 forks source link

Problem with unicode values #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello.

What steps will reproduce the problem?

1. Edit an object and write any spanish character. Example:
   // Comentario desde una rama que se fusionará en el tronco
2. Check-in.
3. If you check sr* file in working copy, you'll see that commentary appears as:
   // Comentario desde una rama que se fusionar$$HEX2$$e1002000$$ENDHEX$$en el tronco

What version of the product are you using? On what operating system?

PBSCC Proxy 2.01.78

Original issue reported on code.google.com by lmerrin on 18 Feb 2011 at 3:50

GoogleCodeExporter commented 8 years ago
Hello, this is not a bug.
This is how PB stores objects in source control.
You can use export.enoding property in scc.ini file.
If you set it to utf-8, pbscc will convert it to corresponding encoding.
Check this page for more info:
http://code.google.com/p/pbscc-proxy/wiki/scc_ini

Regards,
  Dmitry

Original comment by daggett....@gmail.com on 18 Feb 2011 at 6:35