Sha256: 6fd167ddb1913577610f62473ac5c5d567eb563da7cdbd545c94295ac16e3218

Contents?: true

Size: 463 Bytes

Versions: 3

Compression:

Stored size: 463 Bytes

Contents

/*
 * Copyright (C) the libgit2 contributors. All rights reserved.
 *
 * This file is part of libgit2, distributed under the GNU GPL v2 with
 * a Linking Exception. For full terms see the included COPYING file.
 */

#include <wchar.h>

#ifndef INCLUDE_git_utfconv_h__
#define INCLUDE_git_utfconv_h__

#define GIT_WIN_PATH (260 + 1)

int git__utf8_to_16(wchar_t *dest, size_t length, const char *src);
int git__utf16_to_8(char *dest, const wchar_t *src);

#endif

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rugged-0.19.0 vendor/libgit2/src/win32/utf-conv.h
rugged-0.18.0.gh.de28323 vendor/libgit2/src/win32/utf-conv.h
rugged-0.18.0.b1 vendor/libgit2/src/win32/utf-conv.h