Configuring a Different Charset in Fisheye/Crucible
Symptoms
When browsing source files in Fisheye/Crucible you may find that some characters, usually those written in languages other than English, come through as squares, or unknown characters.
Cause
The default character encoding in Fisheye/Crucible is UTF-8, so if your file is using a different type of encoding than UTF-8 then some characters may not render.
Resolution
Fisheye currently supports changing the file encoding for Perforce, SVN, and CVS.
An improvement request for adding this support for Git and Mercurial can be found at:
FE-3623 - Getting issue details... STATUS
FE-7075 - Getting issue details... STATUS
The charset for the repository will need to be changed.
For SVN repositories:
- Go to
Administration > Repository Settings > Repositories
- Click on the repository name.
- Go to
SCM Details
- In "Charset" select the character set for your repository and "Save"
To determine the character encoding of the files the Linux command file <filename>
can be used.