Category "encoding"

How do I determine file encoding?

Is there a git command that returns file encoding like file in Linux? That completely describes my problem. I tried searching Google but found nothing.

How to remove unwanted @charset "UTF-8" from CSS (shows up after compiling SASS files)

A quick summary of our problem: We've got a @charset declaration prepended to our compiled CSS files Our SCSS files do not have this declaration so it gets adde

Nodejs: convert string to buffer

I'm trying to write a string to a socket (socket is called "response"). Here is the code I have sofar (I'm trying to implement a byte caching proxy...): var ht

Pickle encoding utf-8 issue

I'm trying to pickle a pandas dataframe to my local directory so I can work on it in another jupyter notebook. The write appears to go successful at first but w

How to decode XML entities?

To encode a string to XML, the xmerl_lib:export_text function does the job, but which function does the opposite job, i.e. converts < to >? I want to