How to configure GitKraken to ISO-8859-1 encoding
My .java files are encoded in ISO-8859-1. When I make some changes and visualize through GitKraken, I notice that accented characters appear � .
This is not a problem, even because this is only in the GitKraken view, not changing the file encoding.
However, if I stash a file, and then pop it, the file back converted to UTF-8, causing problems in my application. Converting all special characters to �
This is very bad, it occurred to me that I had to change in the hand several files that the GitKraken changed, it took me hours of work.
Is there any way I can configure GitKraken to ISO-8859-1 encoding?
git
add a comment |
My .java files are encoded in ISO-8859-1. When I make some changes and visualize through GitKraken, I notice that accented characters appear � .
This is not a problem, even because this is only in the GitKraken view, not changing the file encoding.
However, if I stash a file, and then pop it, the file back converted to UTF-8, causing problems in my application. Converting all special characters to �
This is very bad, it occurred to me that I had to change in the hand several files that the GitKraken changed, it took me hours of work.
Is there any way I can configure GitKraken to ISO-8859-1 encoding?
git
add a comment |
My .java files are encoded in ISO-8859-1. When I make some changes and visualize through GitKraken, I notice that accented characters appear � .
This is not a problem, even because this is only in the GitKraken view, not changing the file encoding.
However, if I stash a file, and then pop it, the file back converted to UTF-8, causing problems in my application. Converting all special characters to �
This is very bad, it occurred to me that I had to change in the hand several files that the GitKraken changed, it took me hours of work.
Is there any way I can configure GitKraken to ISO-8859-1 encoding?
git
My .java files are encoded in ISO-8859-1. When I make some changes and visualize through GitKraken, I notice that accented characters appear � .
This is not a problem, even because this is only in the GitKraken view, not changing the file encoding.
However, if I stash a file, and then pop it, the file back converted to UTF-8, causing problems in my application. Converting all special characters to �
This is very bad, it occurred to me that I had to change in the hand several files that the GitKraken changed, it took me hours of work.
Is there any way I can configure GitKraken to ISO-8859-1 encoding?
git
git
asked Feb 13 at 11:18
David Reksidler JúniorDavid Reksidler Júnior
32
32
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
For the time being Gitkraken supports only UTF-8. There is a current comment in their Slack Channel https://gitkraken.slack.com/archives/C2DRKFLVB/p1539183842000100?thread_ts=1539161298.000100&cid=C2DRKFLVB
Okay, I'll settle for waiting. I thought it would be possible to change some configuration file and make it work for ISO encoding.
– David Reksidler Júnior
Feb 22 at 13:25
add a comment |
I don't think there is a way to configure GitKraken to use ISO-8859-1 encoding. I also learned it the hard way. My German umlauts were damaged as soon as I discarded hunks.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1405232%2fhow-to-configure-gitkraken-to-iso-8859-1-encoding%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
For the time being Gitkraken supports only UTF-8. There is a current comment in their Slack Channel https://gitkraken.slack.com/archives/C2DRKFLVB/p1539183842000100?thread_ts=1539161298.000100&cid=C2DRKFLVB
Okay, I'll settle for waiting. I thought it would be possible to change some configuration file and make it work for ISO encoding.
– David Reksidler Júnior
Feb 22 at 13:25
add a comment |
For the time being Gitkraken supports only UTF-8. There is a current comment in their Slack Channel https://gitkraken.slack.com/archives/C2DRKFLVB/p1539183842000100?thread_ts=1539161298.000100&cid=C2DRKFLVB
Okay, I'll settle for waiting. I thought it would be possible to change some configuration file and make it work for ISO encoding.
– David Reksidler Júnior
Feb 22 at 13:25
add a comment |
For the time being Gitkraken supports only UTF-8. There is a current comment in their Slack Channel https://gitkraken.slack.com/archives/C2DRKFLVB/p1539183842000100?thread_ts=1539161298.000100&cid=C2DRKFLVB
For the time being Gitkraken supports only UTF-8. There is a current comment in their Slack Channel https://gitkraken.slack.com/archives/C2DRKFLVB/p1539183842000100?thread_ts=1539161298.000100&cid=C2DRKFLVB
answered Feb 22 at 10:21
Christian KämperChristian Kämper
161
161
Okay, I'll settle for waiting. I thought it would be possible to change some configuration file and make it work for ISO encoding.
– David Reksidler Júnior
Feb 22 at 13:25
add a comment |
Okay, I'll settle for waiting. I thought it would be possible to change some configuration file and make it work for ISO encoding.
– David Reksidler Júnior
Feb 22 at 13:25
Okay, I'll settle for waiting. I thought it would be possible to change some configuration file and make it work for ISO encoding.
– David Reksidler Júnior
Feb 22 at 13:25
Okay, I'll settle for waiting. I thought it would be possible to change some configuration file and make it work for ISO encoding.
– David Reksidler Júnior
Feb 22 at 13:25
add a comment |
I don't think there is a way to configure GitKraken to use ISO-8859-1 encoding. I also learned it the hard way. My German umlauts were damaged as soon as I discarded hunks.
add a comment |
I don't think there is a way to configure GitKraken to use ISO-8859-1 encoding. I also learned it the hard way. My German umlauts were damaged as soon as I discarded hunks.
add a comment |
I don't think there is a way to configure GitKraken to use ISO-8859-1 encoding. I also learned it the hard way. My German umlauts were damaged as soon as I discarded hunks.
I don't think there is a way to configure GitKraken to use ISO-8859-1 encoding. I also learned it the hard way. My German umlauts were damaged as soon as I discarded hunks.
answered Feb 21 at 10:18
Oliver KötterOliver Kötter
1011
1011
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1405232%2fhow-to-configure-gitkraken-to-iso-8859-1-encoding%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown