salimoha / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

Strange opening character... #303

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Download a file from docs
2.Run it throught a latex compiler (or open in TeXShop on OS X)
3.

Files start with the odd character 'Ôªø' which is not visible in 
textedit,vim or similar, but which does interfere with latex. 

I'm on a os x 10.6.4  version of google 0.9.10

What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?

Please provide any additional information below.

Original issue reported on code.google.com by Joe.Reddington@gmail.com on 1 Oct 2010 at 9:41

GoogleCodeExporter commented 9 years ago
This might the the UTF byte order mark (BOM)

Try setting the following config option in your config file, under the [DOCS] 
header:

decode_utf_8 = True

I'm guessing your config file is in ~/.config/googlecl/config

Let me know if that does the trick!

Original comment by thmil...@google.com on 4 Oct 2010 at 5:39