Mercurial > hg4j
comparison src/org/tmatesoft/hg/internal/EncodingHelper.java @ 527:47b7bedf0569
Tests for present HgCheckoutCommand functionality. Update branch information on checkout. Use UTF8 encoding for the branch file
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 15 Jan 2013 19:46:19 +0100 |
parents | 2f9ed6bcefa2 |
children | fba85bc1dfb8 |
comparison
equal
deleted
inserted
replaced
526:2f9ed6bcefa2 | 527:47b7bedf0569 |
---|---|
109 | 109 |
110 private Charset charset() { | 110 private Charset charset() { |
111 return encoder.charset(); | 111 return encoder.charset(); |
112 } | 112 } |
113 | 113 |
114 public static Charset getUTF8() { | |
115 return Charset.forName("UTF-8"); | |
116 } | |
114 } | 117 } |