Top "Encoding" questions

Encoding is a set of predefined rules to reversibly transform a piece of information in a certain representation into a completely different representation.

How to convert csv files encoding to utf-8

Is it possible to convert csv data that has iso-8859-13 encoding to UTF-8? My old system does not have …

csv encoding utf-8 import converter
How to achieve Base64 URL safe encoding in C#?

I want to achieve Base64 URL safe encoding in C#. In Java, we have the common Codec library which gives …

c# encoding base64
How to convert a string to UTF8 in Ruby

I'm writing a crawler which uses Hpricot. It downloads a list of strings from some webpage, then I try to …

ruby file encoding utf-8 dump
Encoding parameters for a URL

I have a Silverlight application that is building a URL. This URL is a call to a REST-based service. This …

c# .net url silverlight encoding
How to handle response encoding from urllib.request.urlopen()

I'm trying to search a webpage using regular expressions, but I'm getting the following error: TypeError: can't use a string …

python regex encoding urllib
Base64 Encode String in VBScript

I have a web service load driver that's a Windows Script File (WSF), that includes some VBScript and JavaScript files. …

encoding vbscript base64 wsh
Node.js get image from web and encode with base64

I'm trying to fetch an image from the web and encode it with base64. what i have so far is …

node.js encoding express base64
Python string argument without an encoding

Am trying to a run this piece of code, and it keeps giving an error saying "String argument without an …

python python-3.x encoding python-unicode
How many characters are there in a GUID?

Using ASCII encoding, how many characters are there in a GUID? I'm interested in the Microsoft style, which includes the …

encoding guid
Convert a string to a byte array in PowerShell version 2

What I'm trying to do is use SHA1 UTF-8 encryption and then base64 encoding and on a password string value. …

powershell encoding utf-8 bytearray sha1