Skip to content
Snippets Groups Projects
Commit 82e39490 authored by Adam Welc's avatar Adam Welc
Browse files

Added missing file.

parent 438e7438
No related branches found
No related tags found
No related merge requests found
/*
* This material is distributed under the GNU General Public License
* Version 2. You may review the terms of this license at
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Copyright (c) 1995-2015, The R Core Team
* Copyright (c) 2003, The R Foundation
* Copyright (c) 2015, 2016, Oracle and/or its affiliates
*
* All rights reserved.
*/
#include <Rinternals.h>
#include <stdlib.h>
const char *locale2charset(const char *locale)
{
return "UTF-8";
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment