Skip to content

Commit

Permalink
add option to deal with accent in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Dec 11, 2023
1 parent 4508cfd commit 02fba50
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
3 changes: 1 addition & 2 deletions moose-wiki/Developers/Parsers/VerveineC-Cpp.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
layout: page
background: '/img/bg-wiki.jpg'
title: VerveineC-Cpp
---

# VerveineC-Cpp

VerveineC-Cpp (VerveineC in short) is a tool written in java that create a *json* or a *mse* file from C/C++ source code.

> VerveineC is not as stable as VerveineJ, do not hesitate to contact us in case of problem
Expand Down
15 changes: 13 additions & 2 deletions moose-wiki/Developers/Parsers/VerveineJ.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
layout: page
background: '/img/bg-wiki.jpg'
title: VerveineJ
---

# VerveineJ

VerveineJ is a tool written in java that create a *json* or a _mse_ file from Java source code.

## Installation
Expand Down Expand Up @@ -64,6 +63,18 @@ Usage:
| \<files-to-parse>\|\<dirs-to-parse> | list of source files to parse or directories to search for source files |
{: .table }

### Advanced Options

#### Dealing with accent in code

It is possible to parse code with accent using a Java vm option.

To do so, add the encoding before a double `--`. For example:

```sh
./verveineJ.sh -Dfile.encoding=ISO-8859-1 -- -format json <...>
```

## Using docker

It is also possible to use VerveineJ with [Docker](https://github.com/Evref-BL/VerveineJ-Docker).
Expand Down

0 comments on commit 02fba50

Please sign in to comment.