From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by dcvr.yhbt.net (Postfix) with ESMTP id C3CC41F4D7 for ; Wed, 20 Apr 2022 18:04:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1381387AbiDTSGm (ORCPT ); Wed, 20 Apr 2022 14:06:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58538 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1381386AbiDTSGk (ORCPT ); Wed, 20 Apr 2022 14:06:40 -0400 Received: from mail-io1-f44.google.com (mail-io1-f44.google.com [209.85.166.44]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6B306473A0 for ; Wed, 20 Apr 2022 11:03:53 -0700 (PDT) Received: by mail-io1-f44.google.com with SMTP id p21so2720722ioj.4 for ; Wed, 20 Apr 2022 11:03:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=1JKXSDn15RGk+q62hDlIt7Xk3/92xEGk2SH33vr44RI=; b=t9895mr3se9xeEwQN8UY8xpXosE9FibnFiKGOHDQigdcDU/SjpgQ4qqem9Lbo13g+n 47fv9LgZDGoOhrulgdJPhwfqug2Erro0s0xnFAAgkzoAp/JoZnfgcJATr9os6xk8BTSB yTt2v0D29y2QB3PfCMXdc77TB7mruBiRUA6bWOyPelvhaDgvtkhgPlBeNfbHJarcP0H8 zeJq5nSrdnPYiZ3y4D9vif484hHDNzXVFzY8tJJkAPZ7QQdwZtFmtCkbEHJ5YXADT8Us uWpmdqoOtSaCvJfSQC8X5PdcMWxzdHxJtIzY5DLBnIo3YYNPS7r2NbOMVNTtn4fnCMr2 Hx0Q== X-Gm-Message-State: AOAM532RvVyRIPPh0FD1mmy4AY86Ll4s+w7c75N3jnU9f+AeWp7veytI QLvMgjJqvTF+lffySC70w7+UWAf1Gvd/JxlRZZ0= X-Google-Smtp-Source: ABdhPJy2SstgdHsoHw8bziXRNIusMJww0gaPyLSeDfbQlQp7wQWFUY6W/uhzFL0bv+O2ksVmafOoqkQyRuSJIgja3mI= X-Received: by 2002:a05:6602:29d2:b0:64c:753c:c490 with SMTP id z18-20020a05660229d200b0064c753cc490mr9929673ioq.90.1650477832688; Wed, 20 Apr 2022 11:03:52 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Erik Cervin Edin Date: Wed, 20 Apr 2022 20:03:15 +0200 Message-ID: Subject: Re: help request: unable to merge UTF-16-LE "text" file To: Junio C Hamano Cc: Kevin Long , git@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Wed, Apr 20, 2022 at 6:29 PM Kevin Long wrote: > > Hoping for some suggestions. I've also tried to save the file as UTF-8 > in both branches, commit, then merge, but still that did not work. I > just want to merge it like a normal source code file. Solution files tend to be of the "for machines only" variety. In my experience, it often ends up being a bunch of csproj GUIDs changing back and forth. Consider just taking one of the two and manually fixing the solution file?